사이트 내 전체검색
[javascript] 링크한곳 주소 감추기
로빈아빠
https://cmd.kr/javascript/478 URL이 복사되었습니다.

본문

아래 소스를 <head>와 </head> 사이에 넣으세요
<script langauage="javascript">
<!--
function hidestatus(){
window.status=''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=hidestatus
document.onmouseout=hidestatus
//-->
</script> 
[이 게시물은 VIRHAC님에 의해 2009-09-13 14:36:02 HTML에서 이동 됨]

댓글목록

등록된 댓글이 없습니다.

831 (7/17P)

Search

Copyright © Cmd 명령어 3.131.36.247